home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / shareware / Flash_Oyunlar.exe / bumperball.swf / scripts / DefineSprite_392 / frame_105 / DoAction.as
Encoding:
Text File  |  2005-07-13  |  308 b   |  18 lines

  1. _root.gameLevel = _root.gameLevel + 1;
  2. _root.MaxSpeed += 3;
  3. if(30 < _root.MaxSpeed)
  4. {
  5.    _root.MaxSpeed = 30;
  6. }
  7. _root.lowAcc += 0.3;
  8. if(3 < _root.lowAcc)
  9. {
  10.    _root.lowAcc = 3;
  11. }
  12. _root.highAcc += 0.4;
  13. if(5 < _root.highAcc)
  14. {
  15.    _root.highAcc = 5;
  16. }
  17. LevelText = "LEVEL " add _root.gameLevel;
  18.